home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_10890.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  158 lines

  1. -- card: 10890 from stack: in.0-4
  2. -- bmap block id: 17388
  3. -- flags: 0000
  4. -- background id: 7102
  5. -- name: Ex 3.3
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8006
  11. -- rect: left=205 top=158 right=179 bottom=401
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 174
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: scriptEditor
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hideFeedback
  23.   hiliteRadio
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 1 (button)
  29. -- low flags: 00
  30. -- high flags: 8006
  31. -- rect: left=205 top=178 right=199 bottom=401
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 174
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: messageWatching
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   hideFeedback
  43.   hiliteRadio
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 8 (button)
  49. -- low flags: 00
  50. -- high flags: 8006
  51. -- rect: left=205 top=198 right=219 bottom=401
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 174
  56. -- text size: 12
  57. -- style flags: 0
  58. -- line height: 16
  59. -- part name: messageWatcher
  60. ----- HyperTalk script -----
  61. on mouseUp
  62.   hideFeedback
  63.   hiliteRadio
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 9 (button)
  69. -- low flags: 00
  70. -- high flags: 8006
  71. -- rect: left=205 top=218 right=239 bottom=401
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 174
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: variableWatching
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   hideFeedback
  83.   hiliteRadio
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 7 (button)
  89. -- low flags: 00
  90. -- high flags: A003
  91. -- rect: left=402 top=297 right=317 bottom=461
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Done
  100. ----- HyperTalk script -----
  101. -- The "checkOneRight" handler is in the stack script.  The "cd"
  102. -- argument indicates that this cd requires feedback in a cd fld.
  103. on mouseUp
  104.   checkOneRight
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 10 (button)
  110. -- low flags: 00
  111. -- high flags: A003
  112. -- rect: left=346 top=321 right=339 bottom=462
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Correct Answer
  121. ----- HyperTalk script -----
  122. -- This handler shows the correct answer.
  123.  
  124. on mouseUp
  125.   hideFeedback
  126.   dehiliteBtns
  127.   set hilite of btn 2 to true
  128.   wait 25
  129.   repeat 2
  130.     set hilite of btn 2 to false
  131.     wait 25
  132.     set hilite of btn 2 to true
  133.     wait 25
  134.   end repeat
  135.   ans 5
  136. end mouseUp
  137.  
  138.  
  139.  
  140. -- part contents for background part 9
  141. ----- text -----
  142. 3 of 7
  143.  
  144. -- part contents for background part 6
  145. ----- text -----
  146.  
  147. These are four new global properties in HyperCard 2.0.  Which one can be set to ‚Äútrue‚Äù to enable you to watch all the system messages sent to HyperCard?
  148.  
  149.  
  150. -- part contents for background part 19
  151. ----- text -----
  152. No. The scriptEditor property allows you to use a different script editor than the one that comes with HyperCard. Try again.
  153. Correct. When the messageWatching property has been set to ‚Äútrue‚Äù, HyperCard shows you all the messages it receives.
  154. No. The messageWatcher property allows you to use a different message lister than the one that comes with HyperCard. Try again.
  155. No. The variableWatching determines whether HyperCard will show you all your variables as they are used in scripts. Try again.
  156. This is the correct answer. When the messageWatching property is set to ‚Äútrue‚Äù, HyperCard shows you all the messages it receives.
  157.  
  158.